home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1994 / MacHack 1994.toast / MacHack™94 / Talks & Papers / Michael D. Crawford↵ / Word Services SDK 1.0.5 / WSI Library Source / FindProcess.h < prev    next >
Text File  |  1992-04-22  |  305b  |  10 lines

  1. /* FindProcess.h
  2.  * Interface to routine  to find a process, and get information about it.  From IM IV, p. 29-11
  3.  * 22 Apr 92 Mike Crawford
  4.  */
  5.  
  6. Boolean FindAProcess( OSType signature,
  7.                         ProcessSerialNumber *psnPtr,
  8.                         ProcessInfoRec *pInfoPtr,
  9.                         FSSpecPtr fSpecPtr,
  10.                         StringPtr    procName );